home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / GEGA012.iso / Jogos de Azar / roleta.swf / scripts / DefineSprite_129 / frame_96 / DoAction.as
Text File  |  2006-01-17  |  202b  |  15 lines

  1. if(eval("_root.:vChef2") == 1)
  2. {
  3.    set("_root.:vChef2",0);
  4.    stop();
  5. }
  6. if(eval("_root.:vChef2") == 0)
  7. {
  8.    tellTarget("/")
  9.    {
  10.       gotoAndStop("tohall");
  11.       play();
  12.    }
  13. }
  14. stop();
  15.